home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / Programming / MPW Dynamo 3.0 / dynamo.sample / buildapp.text < prev    next >
Encoding:
Text File  |  1990-03-17  |  489 b   |  9 lines  |  [TEXT/MPS ]

  1. DUMMY                                            ;The default script filename.
  2. 0,$0800,SAMPLE.BIN                                ;Sample app, segment 1 (on server).
  3. 0,$8000,SAMPLE.BIN.2                            ;Sample app, segment 2 (on server).
  4. 0,$9000,SAMPLE.BIN.3                            ;Sample app, segment 3 (on server).
  5. $80,$800                                        ;Starting address.
  6. $                                                ;Display starting address in hex.
  7. $                                                ;Display application size in hex.
  8. N                                                ;Skip save file prompt (and don't save it).
  9. $FF,0,SAMPLE.SYSTEM                                ;Target filename, filetype, and auxtype.